Slider
This element is essentially a scrollbar without the scroll bar buttons. It is used in implementing a scrollbar.
Attributes:
Attributes inherited from XUL Element
The current position of the slider, which ranges from 0 to the value of the maxpos attribute. The default value is 0.
The amount that the value of the curpos attribute changes by when the scroll bar arrows are clicked. The default value is 1.
The maximum position of the slider. The default value is 100.
The amount that the value of the curpos attribute changes by when the tray of the scroll bar is clicked. The tray is the area in which the scroll bar thumb moves along. The default value is 10.